To redirect one HTML page to another page, you need to add a <meta> tag inside the <head> section of the old HTML page. The <head> section of an ...
How to Create a Redirection via HTML Meta - indicates it's a meta tag. http-equiv=refresh - instructs to refresh the page. content=1 - specifies the time delay in seconds. In this case, 1 second. url= - indicates the URL to which you w